Remove GtkPacker
authorOwen Taylor <otaylor@redhat.com>
Tue, 21 Aug 2001 16:43:17 +0000 (16:43 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 21 Aug 2001 16:43:17 +0000 (16:43 +0000)
Tue Aug 21 12:42:19 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtk-sections.txt: Remove GtkPacker

docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkcellrenderer.sgml
docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml
docs/reference/gtk/tmpl/gtkpacker.sgml [deleted file]
docs/reference/gtk/tmpl/gtkwidget.sgml

index f6dc3af13328d9bf644d018495e040a7b6bbbcb8..ede6596334b2199630daf3b25792a3c888f8cb2f 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 21 12:42:19 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk-sections.txt: Remove GtkPacker
+
 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
 
        * */Makefile.am: Set GPATH to fix srcdir != builddir  
index fe1a409c2cc604a7f6df8e820a3f110c5a2cff13..5d953b45a0fa5ad38c49b7f4d74cf26449ff62a0 100644 (file)
@@ -1530,34 +1530,6 @@ GTK_IS_OPTION_MENU_CLASS
 GTK_OPTION_MENU_GET_CLASS
 </SECTION>
 
-<SECTION>
-<FILE>gtkpacker</FILE>
-GtkPacker
-GtkPackerOptions
-GtkSideType
-GtkAnchorType
-GtkPackerChild
-<TITLE>GtkPacker</TITLE>
-gtk_packer_new
-gtk_packer_add_defaults
-gtk_packer_add
-gtk_packer_configure
-gtk_packer_reorder_child
-gtk_packer_set_spacing
-gtk_packer_set_default_border_width
-gtk_packer_set_default_pad
-gtk_packer_set_default_ipad
-gtk_packer_set_child_packing
-<SUBSECTION Standard>
-GTK_PACKER
-GTK_IS_PACKER
-GTK_TYPE_PACKER
-gtk_packer_get_type
-GTK_PACKER_CLASS
-GTK_IS_PACKER_CLASS
-GTK_PACKER_GET_CLASS
-</SECTION>
-
 <SECTION>
 <FILE>gtkpaned</FILE>
 <TITLE>GtkPaned</TITLE>
index 8a261586acce59561cd17371d77fe8d67d865a9d..924d085066046fce64c2a14fb86c57db56ecb23b 100644 (file)
@@ -38,6 +38,8 @@ GtkCellRenderer
 @ypad: 
 @can_activate: 
 @visible: 
+@is_expander: 
+@is_expanded: 
 
 <!-- ##### FUNCTION gtk_cell_renderer_get_size ##### -->
 <para>
index 422b384bd8e62079bdc7182cf7234cb5bf376bb8..b407d28e03799168eb6ef5083278104c31980ae1 100644 (file)
@@ -21,6 +21,8 @@ GtkCellRendererPixbuf
 
 @parent: 
 @pixbuf: 
+@pixbuf_expander_open: 
+@pixbuf_expander_closed: 
 
 <!-- ##### FUNCTION gtk_cell_renderer_pixbuf_new ##### -->
 <para>
diff --git a/docs/reference/gtk/tmpl/gtkpacker.sgml b/docs/reference/gtk/tmpl/gtkpacker.sgml
deleted file mode 100644 (file)
index eb8f8f7..0000000
+++ /dev/null
@@ -1,197 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkPacker
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### STRUCT GtkPacker ##### -->
-<para>
-
-</para>
-
-@parent: 
-@children: 
-@spacing: 
-@default_border_width: 
-@default_pad_x: 
-@default_pad_y: 
-@default_i_pad_x: 
-@default_i_pad_y: 
-
-<!-- ##### ENUM GtkPackerOptions ##### -->
-<para>
-
-</para>
-
-@GTK_PACK_EXPAND: 
-@GTK_FILL_X: 
-@GTK_FILL_Y: 
-
-<!-- ##### ENUM GtkSideType ##### -->
-<para>
-
-</para>
-
-@GTK_SIDE_TOP: 
-@GTK_SIDE_BOTTOM: 
-@GTK_SIDE_LEFT: 
-@GTK_SIDE_RIGHT: 
-
-<!-- ##### ENUM GtkAnchorType ##### -->
-<para>
-
-</para>
-
-@GTK_ANCHOR_CENTER: 
-@GTK_ANCHOR_NORTH: 
-@GTK_ANCHOR_NORTH_WEST: 
-@GTK_ANCHOR_NORTH_EAST: 
-@GTK_ANCHOR_SOUTH: 
-@GTK_ANCHOR_SOUTH_WEST: 
-@GTK_ANCHOR_SOUTH_EAST: 
-@GTK_ANCHOR_WEST: 
-@GTK_ANCHOR_EAST: 
-@GTK_ANCHOR_N: 
-@GTK_ANCHOR_NW: 
-@GTK_ANCHOR_NE: 
-@GTK_ANCHOR_S: 
-@GTK_ANCHOR_SW: 
-@GTK_ANCHOR_SE: 
-@GTK_ANCHOR_W: 
-@GTK_ANCHOR_E: 
-
-<!-- ##### STRUCT GtkPackerChild ##### -->
-<para>
-
-</para>
-
-@widget: 
-@anchor: 
-@side: 
-@options: 
-@use_default: 
-@border_width: 
-@pad_x: 
-@pad_y: 
-@i_pad_x: 
-@i_pad_y: 
-
-<!-- ##### FUNCTION gtk_packer_new ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_packer_add_defaults ##### -->
-<para>
-
-</para>
-
-@packer: 
-@child: 
-@side: 
-@anchor: 
-@options: 
-
-
-<!-- ##### FUNCTION gtk_packer_add ##### -->
-<para>
-
-</para>
-
-@packer: 
-@child: 
-@side: 
-@anchor: 
-@options: 
-@border_width: 
-@pad_x: 
-@pad_y: 
-@i_pad_x: 
-@i_pad_y: 
-
-
-<!-- ##### MACRO gtk_packer_configure ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION gtk_packer_reorder_child ##### -->
-<para>
-
-</para>
-
-@packer: 
-@child: 
-@position: 
-
-
-<!-- ##### FUNCTION gtk_packer_set_spacing ##### -->
-<para>
-
-</para>
-
-@packer: 
-@spacing: 
-
-
-<!-- ##### FUNCTION gtk_packer_set_default_border_width ##### -->
-<para>
-
-</para>
-
-@packer: 
-@border: 
-
-
-<!-- ##### FUNCTION gtk_packer_set_default_pad ##### -->
-<para>
-
-</para>
-
-@packer: 
-@pad_x: 
-@pad_y: 
-
-
-<!-- ##### FUNCTION gtk_packer_set_default_ipad ##### -->
-<para>
-
-</para>
-
-@packer: 
-@i_pad_x: 
-@i_pad_y: 
-
-
-<!-- ##### FUNCTION gtk_packer_set_child_packing ##### -->
-<para>
-
-</para>
-
-@packer: 
-@child: 
-@side: 
-@anchor: 
-@options: 
-@border_width: 
-@pad_x: 
-@pad_y: 
-@i_pad_x: 
-@i_pad_y: 
-
-
index b92fb889ee5f4a394cf4f04bbd94a27b6525058a..16ae0a8759cefcac5ecf9dba1bc63151395037ad 100644 (file)
@@ -875,14 +875,6 @@ GtkWidget
 
 
 
-<!-- ##### FUNCTION gtk_widget_set_default_style ##### -->
-<para>
-
-</para>
-
-@style: 
-
-
 <!-- ##### FUNCTION gtk_widget_set_default_colormap ##### -->
 <para>